.page_news{width: 100%;height:520px;background: #f7f7f7;padding-top: 23px;}

.index_newstitle{font-size:24px;font-weight: bold;color: #333;height: 42px;border-bottom: 2px solid #e3e3e3}
.index_newstitle span{padding-left:27px;width: 115px;height: 35px;float: right;background: url(../ZERO/img/newsmore.jpg) center center no-repeat}
.index_newstitle span a{line-height: 35px;font-size:14px;color: #fff}
.index_newstitle span:hover{background: url(../ZERO/img/newsmore2.jpg) center center no-repeat}


.news_zwbg{width:1190px; overflow:hidden; height:520px;}
.news_zwbg ul{width:10000px;height: auto;}
.news_zwbg ul li{ list-style:none; float:left; width:1190px; height:520px;}




.news_list{width: 583px;float: left;margin-top: 10px;}
.news_pic{width: 583px;height: 277px;position: relative;}
.news_pic img{width: 583px;height:277px }
.news_time{font-size: 14px;color: #333333;line-height: 47px;float: right;}

.news_pic_right{padding:27px 15px;width: 553px;position: absolute;background: #fff;}
.news_desc{margin-top: 10px;}

.news_name a{font-size: 16px;color: #333;line-height: 43px;font-weight: bold;}
.news_desc a{font-size: 14px;color: #333333;line-height: 24px;}
.news_list:hover .news_name a{color: #517c9f}

.page_otherbtn{ width:240px; height:6px;text-align:center; position:absolute; top:291px; left:478px; z-index:11;}
.page_otherbtn ul{ display:inline-block}
.page_otherbtn ul li{ float:left; list-style:none; width:60px; height:6px; background:url(../ZERO/img/btn1.png) no-repeat;margin-right:10px; cursor:pointer}
.page_otherbtn ul li.current{width:60px; height:6px;margin-right:10px; background:url(../ZERO/img/btn2.png) no-repeat}

.index_advantage_resu_1,.index_advantage_resu_2,.index_advantage_resu_3,.index_advantage_resu_4,.index_advantage_resu_5,.index_advantage_resu_6{display: none;}
.fadeInLeftBig {
	-webkit-animation:fadeInLeftBig 1s .2s ease both;
	-moz-animation:fadeInLeftBig 1s .2s ease both;
}
.fadeInLeftBig1 {
	-webkit-animation:fadeInLeftBig 1s .4s ease both;
	-moz-animation:fadeInLeftBig 1s .4s ease both;
}
.fadeInLeftBig2 {
	-webkit-animation:fadeInLeftBig 1s .6s ease both;
	-moz-animation:fadeInLeftBig 1s .6s ease both;
}
.fadeInRightBig {
	-webkit-animation:fadeInRightBig 1s .2s ease both;
	-moz-animation:fadeInRightBig 1s .2s ease both;
}
.fadeInRightBig1 {
	-webkit-animation:fadeInRightBig 1s .4s ease both;
	-moz-animation:fadeInRightBig 1s .4s ease both;
}
.fadeInRightBig2 {
	-webkit-animation:fadeInRightBig 1s .6s ease both;
	-moz-animation:fadeInRightBig 1s .6s ease both;
}
.fadeInRightBig3 {
	-webkit-animation:fadeInRightBig 1s .8s ease both;
	-moz-animation:fadeInRightBig 1s .8s ease both;
}
.fadeInRightBig4 {
	-webkit-animation:fadeInRightBig 1s 1s ease both;
	-moz-animation:fadeInRightBig 1s 1s ease both;
}
.fadeInRightBig5 {
	-webkit-animation:fadeInRightBig 1s 1.2s ease both;
	-moz-animation:fadeInRightBig 1s 1.2s ease both;
}
#index_news_animate,#index_advantage_animate_1{
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-ms-backface-visibility: hidden;
backface-visibility: hidden;

-webkit-animation-duration: 1s;
-webkit-animation-delay: .2s;
-webkit-animation-timing-function: ease;
-webkit-animation-fill-mode: both;
-moz-animation-duration: 1s;
-moz-animation-delay: .2s;
-moz-animation-timing-function: ease;
-moz-animation-fill-mode: both;
-ms-animation-duration: 1s;
-ms-animation-delay: .2s;
-ms-animation-timing-function: ease;
-ms-animation-fill-mode: both;
animation-duration: 1s;
animation-delay: .2s;
animation-timing-function: ease;
animation-fill-mode: both;
}

#abus_more{
position: relative;
    animation:myfirst 2s linear;
    -moz-animation:myfirst 2s linear; /* Firefox */
    -webkit-animation:myfirst 2s linear; /* Safari and Chrome */
    -o-animation:myfirst 2s linear; /* Opera */
    animation-iteration-count:infinite;
}
@keyframes myfirst
{
    0%   {top: 0}
    40%  {top: 10px}
    70%  {top: -10px}
    100% {top: 0}
}

@-moz-keyframes myfirst /* Firefox */
{
    0%   {top: 0}
    40%  {top: 10px}
    70%  {top: -10px}
    100% {top: 0}
}

@-webkit-keyframes myfirst /* Safari 和 Chrome */
{
    0%   {top: 0}
    40%  {top: 10px}
    70%  {top: -10px}
    100% {top: 0}
}

@-o-keyframes myfirst /* Opera */
{
    0%   {top: 0}
    40%  {top: 10px}
    70%  {top: -10px}
    100% {top: 0}
}
